home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.1 KB | 38 lines | [TEXT/GEOL] |
- Item forwarded by A33 to A34
-
- Item 8035956 28-Nov-89 19:34
-
- From: MOOF Rollin, Keith A
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: Notification manager prob
-
- Attn: Strategic Planning Sys, D Bell
- SentBy: Keith Rollin
- Reply to: Notification manager probs
- Danny,
-
- The only thing I can see that is suspect is where you have the line:
-
- nmResp := @minusOne;
-
- According to Technote #184, this field should contain either NIL, a pointer to
- a routine, or a -1. What you are doing is passing a pointer to a variable
- called "minusOne." I think that what you want is:
-
- nmResp := -1;
-
- Hope this works,
-
- - Keith Rollin
- - Apple Developer Technical Support
-
- PS: What are you using "aNotePtr" for?
-
- PPS: MacApp.Tech$ is a forum for MacApp questions and concerns. Lately, people
- have been commenting that the traffic on it is too much for them, and dropping
- off the list. Since this question doesn't really concern MacApp, you might
- want to consider sending future non-MacApp questions to MacDTS instead.
-
-